Skip to content

Conversation

JohnTitor
Copy link
Member

The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44

Some notes:

  • backtrace-debuginfo.rs: previously I skipped this, I'm still not sure what the best dir is. Any ideas?
  • estr-subtyping.rs: Seems a quite old test so removed, shouldn't?
  • deref-suggestion.rs: moved to inference as suggestions is not an ideal dir.
  • issue-43023.rs: a bit misclassified, moved to derives

cc #73494
r? @petrochenkov

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 29, 2021
@bors
Copy link
Collaborator

bors commented Jul 31, 2021

☔ The latest upstream changes (presumably #86754) made this pull request unmergeable. Please resolve the merge conflicts.

@petrochenkov
Copy link
Contributor

Everything looks reasonable.
Maybe deref-suggestion.rs could be moved to typeck instead.
r=me after rebase.

@petrochenkov petrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 31, 2021
@petrochenkov
Copy link
Contributor

backtrace-debuginfo.rs is a standard library test really, although it probably cannot be written as a unit test. I'm not sure where to put it either.

@JohnTitor
Copy link
Member Author

Thanks for the review! I'll leave backtrace-debuginfo.rs for now then.
@bors r=petrochenkov

@bors
Copy link
Collaborator

bors commented Aug 10, 2021

📌 Commit b7b0291 has been approved by petrochenkov

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 10, 2021
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Aug 11, 2021
…ochenkov

Move some UI tests to more suitable subdirs

The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44

Some notes:
- backtrace-debuginfo.rs: previously I skipped this, I'm still not sure what the best dir is. Any ideas?
- estr-subtyping.rs: Seems a quite old test so removed, shouldn't?
- deref-suggestion.rs: moved to inference as `suggestions` is not an ideal dir.
- issue-43023.rs: a bit misclassified, moved to `derives`

cc rust-lang#73494
r? `@petrochenkov`
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Aug 11, 2021
…ochenkov

Move some UI tests to more suitable subdirs

The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44

Some notes:
- backtrace-debuginfo.rs: previously I skipped this, I'm still not sure what the best dir is. Any ideas?
- estr-subtyping.rs: Seems a quite old test so removed, shouldn't?
- deref-suggestion.rs: moved to inference as `suggestions` is not an ideal dir.
- issue-43023.rs: a bit misclassified, moved to `derives`

cc rust-lang#73494
r? ``@petrochenkov``
@bors
Copy link
Collaborator

bors commented Aug 11, 2021

☔ The latest upstream changes (presumably #86532) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 11, 2021
@bors
Copy link
Collaborator

bors commented Aug 14, 2021

⌛ Testing commit b7b0291 with merge fa26929...

@bors
Copy link
Collaborator

bors commented Aug 14, 2021

☀️ Test successful - checks-actions
Approved by: petrochenkov
Pushing fa26929 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 14, 2021
@bors bors merged commit fa26929 into rust-lang:master Aug 14, 2021
@rustbot rustbot added this to the 1.56.0 milestone Aug 14, 2021
@JohnTitor JohnTitor deleted the classify-ui-tests branch August 14, 2021 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants